home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
pbm
/
ppmpat.lha
/
src
/
ppmdraw.h.diff
< prev
Wrap
Text File
|
1993-05-18
|
1KB
|
38 lines
*** ppm/ppmdraw.h.orig Mon May 17 03:05:53 1993
--- ppm/ppmdraw.h Tue May 18 13:32:48 1993
***************
*** 48,54 ****
** and you want them to fit together without gaps.
*/
! int ppmd_setlineclipping ARGS(( int clip ));
/* Normally, ppmd_line() clips to the edges of the pixmap. You can use this
** routine to disable the clipping, for example if you are using a drawproc
** that wants to do its own clipping.
--- 48,55 ----
** and you want them to fit together without gaps.
*/
! int ppmd_setlineclip ARGS(( int clip ));
! #define ppmd_setlineclipping(x) ppmd_setlineclip(x)
/* Normally, ppmd_line() clips to the edges of the pixmap. You can use this
** routine to disable the clipping, for example if you are using a drawproc
** that wants to do its own clipping.
***************
*** 86,92 ****
** you can draw with the outline routines.
*/
! char* ppmd_fill_init( );
/* Returns a blank fillhandle.
*/
--- 87,93 ----
** you can draw with the outline routines.
*/
! char* ppmd_fill_init ARGS(( void ));
/* Returns a blank fillhandle.
*/